home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / stdwin / H / endian.h < prev    next >
Text File  |  1995-12-21  |  139b  |  7 lines

  1. /* Definitions for byte order. */
  2.  
  3. #define LIL_ENDIAN    1234        /* VAX style */
  4. #define BIG_ENDIAN    4321        /* 68000 style */
  5.  
  6. extern int endian;
  7.